home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Harmless
/
Eyecon
/
Source
/
EyeView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-04-01
|
248 b
|
17 lines
/* Generated by Interface Builder */
#import <appkit/View.h>
@interface EyeView:View
{
NXPoint leftCenter, rightCenter, mouseLoc, leftBall, rightBall, mouseTemp;
double mag;
}
+ newFrame:(const NXRect *) frm;
- drawBalls;
- init;
@end